-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add kimera spectacular data provider #353
Conversation
d104250
to
215fae4
Compare
198f078
to
0513473
Compare
experimental/overhead_matching/kimera_spectacular_data_provider.cc
Outdated
Show resolved
Hide resolved
experimental/overhead_matching/kimera_spectacular_data_provider.cc
Outdated
Show resolved
Hide resolved
experimental/overhead_matching/kimera_spectacular_data_provider.cc
Outdated
Show resolved
Hide resolved
experimental/overhead_matching/kimera_spectacular_data_provider.hh
Outdated
Show resolved
Hide resolved
experimental/overhead_matching/kimera_spectacular_data_provider.hh
Outdated
Show resolved
Hide resolved
experimental/overhead_matching/kimera_spectacular_data_provider.hh
Outdated
Show resolved
Hide resolved
experimental/overhead_matching/kimera_spectacular_data_provider.hh
Outdated
Show resolved
Hide resolved
Co-authored-by: Erick Fuentes <[email protected]>
…uentes/robot into add_kimera_spectacular_data_provider
…uentes/robot into add_kimera_spectacular_data_provider
experimental/overhead_matching/kimera_spectacular_data_provider.cc
Outdated
Show resolved
Hide resolved
experimental/overhead_matching/kimera_spectacular_data_provider.cc
Outdated
Show resolved
Hide resolved
experimental/overhead_matching/kimera_spectacular_data_provider.cc
Outdated
Show resolved
Hide resolved
experimental/overhead_matching/kimera_spectacular_data_provider.cc
Outdated
Show resolved
Hide resolved
experimental/overhead_matching/kimera_spectacular_data_provider.cc
Outdated
Show resolved
Hide resolved
experimental/overhead_matching/kimera_spectacular_data_provider.hh
Outdated
Show resolved
Hide resolved
experimental/overhead_matching/kimera_spectacular_data_provider_test.cc
Outdated
Show resolved
Hide resolved
return; | ||
}; | ||
|
||
auto color_camera_callback = [&bgr_queue](std::unique_ptr<VIO::Frame>&& bgr_frame) -> void { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this needs to be an r-value ref: https://stackoverflow.com/questions/37935393/pass-by-value-vs-pass-by-rvalue-reference
experimental/overhead_matching/kimera_spectacular_data_provider_test.cc
Outdated
Show resolved
Hide resolved
…uentes/robot into add_kimera_spectacular_data_provider
@@ -29,10 +20,9 @@ std::ostream &operator<<(std::ostream &out, const time::RobotTimestamp &t) { | |||
return out; | |||
} | |||
|
|||
TEST(SpectacularLogTest, happy_case) { | |||
TEST(SpectacularLogTest, DISABLED_happy_case) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can re-enable this now.
No description provided.